Skip to content

fix: remove build warning due to extra comma: assertion on a tuple is always true#2040

Merged
copybara-service[bot] merged 1 commit intomainfrom
copybara/866706410
Feb 10, 2026
Merged

fix: remove build warning due to extra comma: assertion on a tuple is always true#2040
copybara-service[bot] merged 1 commit intomainfrom
copybara/866706410

Conversation

@copybara-service
Copy link

@copybara-service copybara-service bot commented Feb 7, 2026

fix: remove build warning due to extra comma: assertion on a tuple is always true

$ python
>>> assert (False)
AssertionError
>>> assert (False,)
>>> # nothing

@copybara-service copybara-service bot changed the title Fix build warning by removing an extra comma: assertion on a tuple is always true. fix: remove build warning due to extra comma: assertion on a tuple is always true Feb 9, 2026
… always true

```
$ python
>>> assert (False)
AssertionError
>>> assert (False,)
>>> # nothing
```

PiperOrigin-RevId: 867837643
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant